Welcome![Sign In][Sign Up]
Location:
Search - fft 1024

Search list

[DSP program一个实用的fft程序

Description: 1024点fft程序,在TMS320F2407上运行
Platform: | Size: 12119 | Author: zqingshun | Hits:

[DSP program1024点fft程序,在ccs上可以直接仿真,无需调试FFT1024点

Description: 1024点fft程序,在ccs上可以直接仿真,无需调试FFT1024点
Platform: | Size: 13759 | Author: 996361359@qq.com | Hits:

[VHDL-FPGA-Verilog1024点FFT快速傅立叶变换(vhdl)

Description: 1024点FFT快速傅立叶变换,(vhdl代码)-1024-point FFT vhdl
Platform: | Size: 581632 | Author: | Hits:

[Mathimatics-Numerical algorithmsfft1024

Description: Vc中关于FFT算法的编程-Vc on the FFT algorithm programming
Platform: | Size: 21504 | Author: 陈品 | Hits:

[Mathimatics-Numerical algorithmscode1024

Description: 快速FFT算法的程序-FFT procedure
Platform: | Size: 3072 | Author: 陈品 | Hits:

[GDI-BitmapFFT程序

Description: 这是利用C++ 编的fft-This is the C series fft
Platform: | Size: 2048 | Author: 吕炎军 | Hits:

[Algorithmfft cepstrum powerspectrum

Description: 自己编写的,1024点快速傅里叶变换、倒频谱分析、功率谱分析及其Applet曲线显示程序源代码。 说明清楚,附有验证使用的数据文件-themselves prepared in 1024 point fast Fourier transform, cepstrum analysis, power spectrum analysis and Applet curve shows the source code. Make it clear with the use of the test data files
Platform: | Size: 6144 | Author: 冯瑶 | Hits:

[Graph programFFT1024点.ZIP

Description: 1024点fft程序,在ccs上可以直接仿真,无需调试-1,024 points fft procedures, the ccs can direct simulation, debugging without
Platform: | Size: 14336 | Author: 王月 | Hits:

[VHDL-FPGA-Verilogcf_fft_1024_16

Description: 16位1024点FFT的VHDL语言实现-16 1024-point FFT VHDL
Platform: | Size: 17408 | Author: 郭子荣 | Hits:

[VHDL-FPGA-VerilogVERcf_fft_1024_8

Description: 1024点8位FFT的Verilog语言实现-1024-point FFT eight Verilog language
Platform: | Size: 11264 | Author: 郭子荣 | Hits:

[DSP programTMS320F2812-FFT

Description: F2812 标准FFT算法,128点,256点,512点,1024点FFT算法,具体做法为将库含数FFT.LIB加入的目标项目,加入对应的C含数和头文件,特别注意的FFT算法缓冲去一定要存放在0X8000H中的内部缓冲区中!!!切记,本人调试时就走了很多弯路啊-F2812 standard FFT algorithm, 128, 256, 512, 1024-point FFT algorithm, the specific approach to the library will join with several FFT.LIB goals, joined counterparts with the number of C header files, pay special attention to the FFT algorithm to buffer must 0X8000H stored in the internal buffer! ! ! remember, I debug away many detours ah
Platform: | Size: 23552 | Author: 孙玉海 | Hits:

[Algorithmshort-fft

Description: 里面有一对定点FFT和IFFT算法,Hanning window,内含有1024-point正弦系数(已进行定标),可支持2^n(n<=10)点的FFT/IFFT变换-There are a pair of fixed-point FFT and IFFT algorithm, Hanning window, containing 1024-point sine coefficient (calibration has been carried out), can support 2 ^ n (n <= 10) point FFT/IFFT transform
Platform: | Size: 147456 | Author: haoding | Hits:

[AlgorithmFFT

Description: // 入口参数: // l: l = 0, 傅立叶变换 l = 1, 逆傅立叶变换 // il: il = 0,不计算傅立叶变换或逆变换模和幅角;il = 1,计算模和幅角 // n: 输入的点数,为偶数,一般为32,64,128,...,1024等 // k: 满足n=2^k(k>0),实质上k是n个采样数据可以分解为偶次幂和奇次幂的次数 // pr[]: l=0时,存放N点采样数据的实部 // l=1时, 存放傅立叶变换的N个实部 // pi[]: l=0时,存放N点采样数据的虚部 // l=1时, 存放傅立叶变换的N个虚部 // // 出口参数: // fr[]: l=0, 返回傅立叶变换的实部 // l=1, 返回逆傅立叶变换的实部 // fi[]: l=0, 返回傅立叶变换的虚部 // l=1, 返回逆傅立叶变换的虚部 // pr[]: il = 1,i = 0 时,返回傅立叶变换的模 // il = 1,i = 1 时,返回逆傅立叶变换的模 // pi[]: il = 1,i = 0 时,返回傅立叶变换的辐角 // il = 1,i = 1 时,返回逆傅立叶变换的辐角-err
Platform: | Size: 1024 | Author: bluefeifei | Hits:

[assembly languageFFT

Description: 本程序是基于C54x DSP的通用实数FFT程序,适合点数16~1024点或复数点数8~512点,主程序为rfft.asm。-This procedure is based on the C54x DSP real FFT common procedures, for points 16 ~ 1024 points, or plural points 8 ~ 512 points, the main program for rfft.asm
Platform: | Size: 31744 | Author: dazhou | Hits:

[Algorithmfft

Description: FFT算法实现 Radix2 可以计算 4,8,16,32, 64,128, 256....点FFT Radix4 可以计算 4,16, 64, 256, 1024...点FFT FFT_DIT_general.c 实现了 Radix2 和Radix4 的配合使用,可以计算Radix2可以计算的所有FFT,但效率比Radix2高。-FFT can be calculated Radix2 algorithm 4,8,16,32, 64,128, 256 .... can calculate the FFT Radix4 points 4,16, 64, 256, 1024-point FFT FFT_DIT_general.c ... Radix2 and Radix4 achieved with the use of Radix2 can calculate can calculate all the FFT, but Radix2 high efficiency.
Platform: | Size: 2048 | Author: liuxiaoxiao | Hits:

[Embeded-SCM DevelopFFT

Description: 关于FFT在FPGA上的完美程序,有电路图和实物图显示,在NOIS上运行正常,经测试成功,有完整的论文-FFT in the FPGA on the perfection of procedures, it shows the circuit diagram and in-kind, in the NOIS run properly, test the success of a complete paper
Platform: | Size: 699392 | Author: 无名氏 | Hits:

[Otherfft

Description: FFT,128,256,512,1024点均可以-FFT, 128,256,512,1024 points can be
Platform: | Size: 931840 | Author: laozhiguai | Hits:

[OtherFFT

Description: 1024点matlab仿真,10位输入,12位输出,结果保存在图像中-Matlab simulation of 1024 points, 10-bit input, 12 output, the result stored in the image
Platform: | Size: 22528 | Author: ray | Hits:

[DSP programFFT

Description: 基于TMS320C54x的FFT实现,从而掌握掌握8~1024点复数 C54x FFT程序的使用方法-TMS320C54x the FFT-based implementation to grasp the master 8 1024 point complex ' C54x FFT program to use
Platform: | Size: 2048 | Author: jlryry | Hits:

[DSP program[Source code] 1024 point DFT n FFT

Description: 1024 point DFT & FFT (radix2 decimation in frequency)
Platform: | Size: 139264 | Author: 10bul | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net